Click or drag to resize

PropertyName Class

This class represents the universal name for a property.
Inheritance Hierarchy
SystemObject
  Independentsoft.WebdavPropertyName

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public class PropertyName

The PropertyName type exposes the following members.

Constructors
  NameDescription
Public methodPropertyName
Initializes a new instance of the PropertyName class.
Public methodPropertyName(String)
Initializes a new instance of the PropertyName class with specified source and namespace DAV: .
Public methodPropertyName(String, String)
Initializes a new instance of the PropertyName class with specified with name and namespace.
Top
Properties
  NameDescription
Public propertyName
Gets or sets property name.
Public propertyNamespace
Gets or sets property namespace.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also